From: Matthias Klose Date: Tue, 14 Apr 2026 04:38:32 +0000 (+0700) Subject: link-opt X-Git-Tag: archive/raspbian/3.9.2-1+rpi1+deb11u6^2~86 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/%22mailto:kde%40ewsoftware.de//%22style.css/%22/%22http:/www.example.com/%22mailto:kde%40ewsoftware.de/%22style.css/%22?a=commitdiff_plain;h=b1fa084483d691a6a6f0222b1cd126cafc570cf3;p=python3.9.git link-opt # DP: Call the linker with -O1 -Bsymbolic-functions # DP: Call the linker with -O1 -Bsymbolic-functions Gbp-Pq: Name link-opt.diff --- diff --git a/configure.ac b/configure.ac index 972287a..9192385 100644 --- a/configure.ac +++ b/configure.ac @@ -2661,8 +2661,8 @@ then fi ;; Linux*|GNU*|QNX*|VxWorks*) - LDSHARED='$(CC) -shared' - LDCXXSHARED='$(CXX) -shared';; + LDSHARED='$(CC) -shared -Wl,-O1 -Wl,-Bsymbolic-functions' + LDCXXSHARED='$(CXX) -shared -Wl,-O1 -Wl,-Bsymbolic-functions';; FreeBSD*) if [[ "`$CC -dM -E -